Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FormattingBagList<T> Class / GetHashCode Method

In This Topic
    GetHashCode Method (FormattingBagList<T>)
    In This Topic
    Serves as the default hash function.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As System.Integer
    public override System.int GetHashCode()

    Return Value

    A hash code for the current object.
    See Also